home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / quitgame.mmm / 00004_Script_4 < prev    next >
Text File  |  1995-03-01  |  701b  |  25 lines

  1. ----------------------------------------------------------------
  2. on startMovie
  3.   puppetSound 0
  4.   set the volume of sound 1 to 255
  5.   updateStage
  6. end startMovie
  7. ----------------------------------------------------------------
  8. on setUpFirstFrame
  9.   --puppetSound 0
  10. end setUpFirstFrame
  11. ----------------------------------------------------------------
  12. on waitForMovie chan
  13.   repeat while the movieRate of sprite chan > 0
  14.     updateStage  
  15.     if mouseDown() then
  16.       set the movieRate of sprite chan = 0
  17.       exit repeat
  18.     end if
  19.   end repeat
  20. end waitForMovie
  21. ----------------------------------------------------------------
  22. on loopLastFrame
  23.   go to the frame
  24. end loopLastFrame
  25.